home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
editor
/
editor1
/
amis.lha
/
amis
/
scripts
/
Hunt.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-12-30
|
313b
|
21 lines
/* AMIS File hunter */
OPTIONS RESULTS
/*address 'AMISPORT.1'*/
'GetLine'
if(left(result,8)='#include') then
do
PARSE VAR result . '<' File '>'
if(File="") then
do
PARSE VAR result . '"' File '"'
end
File='Include:'||File
if(exists(File)) then
do
'File NAME="'||File||'" OPEN'
end
end